DX11 SET CAMERA ENABLE 3DLINES

Sets whether the specified camera will draw any 3D lines.
By default 3D lines will only be drawn to the main (screen) camera, but by using this function you can draw them to other cameras (and thus render targets) as well.

  Syntax
DX11 SET CAMERA ENABLE 3DLINES camera, enable
  Parameters
camera
Dword
The camera to set whether it should draw 3D lines or not.
enable
Boolean
Set to true to enable 3d line drawing for the specified camera, or false to disable it.

  Returns

This function does not return a value.

  See also

CAMERA Functions Menu
DX11 Function Categories